home *** CD-ROM | disk | FTP | other *** search
- --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
- -- UNIT NAME : Symbolic Debugger
- -- VERSION : 1.0
- -- REVIEW CODE :
- -- DDN ADDRESS :
- -- AUTHOR : Intermetrics, Inc.
- -- : 5392 Bolsa Avenue, Huntington Beach, CA 92649
- -- : Ron Rathgeber or Kathy Velick (author)
- -- : (714) 891-4631
- -- : Contact: Lt. Colonel Falgiano
- -- : ESD/SCW
- -- : Hanscom AFB, MA 01731
- -- COPYRIGHT : (c) 1985 Intermetrics, Inc.
- -- DATE CREATED : 1985
- -- DATE RELEASED : 1985
- -- DATE LAST UPDATED : 1985
- -- LOCATION : ASR
- -- ENVIRONMENT : DEC Ada / VMS
- --= CLASSIFICATION ===============================================--
- -- CATEGORY LEVEL 1 : PROGRAMMING TOOLS
- -- CATEGORY LEVEL 2 : Symbolic Debugger
- -- CATEGORY LEVEL 3 :
- -- CATEGORY LEVEL 4 :
- -- KEYWORD :
- -- INDEX : Debugger
- -- INDEX : Interactive Symbolic Debugger
- -- INDEX : Debugger, Interactive Symbolic
- -- INDEX : Symbolic Debugger
- -- TAXONOMY :
- -- DEPENDENCIES :
- -- SEE ALSO : WIS_TOOL_19_1
- --= FILE LISTING ===============================================--
- -- FILE SPECS : PD:<ADA.COMPONENTS>SDEPDEC.*
- -- DIRECTORY DISPLAY :
- -- Directory PD:<ADA.DEBUGGER>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- SD.ABS 1801 37
- -- SD.CMM 3098 93
- -- SD.HLP 12212 306
- -- SD.MAN 269466 9042
- -- SD.PRO 4203 83
- -- SD.SRC 889057 23052
- -- SD2.HLP 21414 437
- -- SDGRAMMAR.GRM 82491 3784
- -- SDREAD.ME 5546 198
- -- SDREAD.ME2 238 8
- -- SDTCF.DAT 2023 37
- -- SDTEST.DAT 112103 1960
- -- SDTEST.DIS 54 4
- -- =============== ========== ==========
- -- 13 Files 1403706 39041
- --= ABSTRACT ===============================================--
- -- Interactive debugger will provide debugging and diagnostic
- -- aids at the Ada statement level through an "Ada-like" command
- -- language. Capabilities include: (1) Setting, resetting and
- -- displaying breakpoints; (2) Setting and displaying Ada program
- -- variables; (3) Tracing program execution at statement, block or unit
- -- level; (4) Snap dumps in printing format form or raw data form to
- -- occur periodically or on demand; (5) Execution frequency profiles for
- -- each Ada statement and entry/exit to each program block and unit, with
- -- optional report showing percentage of total execution time spent in
- -- each code block and in each statement within a block. Tool consists
- -- of source instrumentation module, debugger module and a report
- -- generator.
- --= REVISION HISTORY ===============================================--
- --
- -- DATE VERSION AUTHOR HISTORY
- -- 1.0 Intermetrics Initial Release
- --= RELEASE NOTICE ===============================================--
- -- This prologue must be included in all copies of this software.
- --
- -- This software is copyright by the author.
- --
- -- This software is released to the Ada community.
- -- This software is released to the Public Domain (note:
- -- software released to the Public Domain is not subject
- -- to copyright protection).
- -- Restrictions on use or distribution: NONE
- --= DISCLAIMER ===============================================--
- -- This software and its documentation are provided "AS IS" and
- -- without any expressed or implied warranties whatsoever. No warranties
- -- as to performance, merchantability, or fitness for a particular
- -- purpose exist.
- -- The user is advised to test the software thoroughly before
- -- relying on it. The user must assume the entire risk and liability of
- -- using this software. In no event shall any person or organization of
- -- people be held responsible for any direct, indirect, consequential or
- -- inconsequential damages or lost profits.
- --======================================================================--
-